home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Kant Generator Pro 1.2
/
src
/
Shell ƒ
/
generic window handlers.h
< prev
next >
Wrap
Text File
|
1995-02-08
|
719b
|
13 lines
void GenericCopybits(WindowPtr theWindow, WindowPtr offscreenWindowPtr, Boolean active,
Boolean drawGrowIconLines);
void GenericResizeControls(WindowPtr theWindow, short destOverload, short headerHeight,
Boolean isStyled);
void GenericGetGrowSize(WindowPtr theWindow, Rect *sizeRect);
void GenericIdleInWindow(WindowPtr theWindow, Point mouseLoc);
Boolean GenericKeyPressedInWindow(WindowPtr theWindow, unsigned char theChar, Boolean isEditable,
Boolean isStyled);
Boolean GenericMouseClickedInWindow(WindowPtr theWindow, Point thePoint, Boolean isEditable,
Boolean dynamicScroll, Boolean isStyled);
void GenericActivate(WindowPtr theWindow, Boolean drawGrowIconLines);
void GenericDeactivate(WindowPtr theWindow);